/* استایل باکس راهنما */
.mkhelp{
    background-color: rgba(0,0,0,0.41);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 10px;
    z-index: 9999999;
}

/* اعمال فونت و رنگ به همه عناصر داخل راهنما */
.mkhelp *{
    color: #fff !important;
    font-family: "ایران یکان", sans-serif;
}

/* دکمه رد کردن آموزش */
a.introjs-skipbutton{
    width: auto;
    font-size: 14px;
    font-weight: normal;
    background-color: red;
    height: auto;
    line-height: normal;
    padding: 10px;
    border-radius: 10px;
    left: 5px;
    right: auto;
    top: 5px;
}

/* عنوان مودال */
h1.introjs-tooltip-title{
    margin-top: 40px;
}

/* متن توضیح */
.introjs-tooltiptext{
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* لیبل گزینه عدم نمایش دوباره */
.introjs-dontShowAgain label{
    background-color: transparent;
}

/* چک باکس */
input#introjs-dontShowAgain{
    margin-left: 5px;
}

/* نوار پیشرفت */
.introjs-progressbar{
    background-color: black;
}

/* دکمه‌ها */
a.introjs-button{
    background-color: transparent !important;
    border-radius: 10px;
    text-shadow: none;
}

/* فلش مودال */
.introjs-arrow.top-middle{
    border-bottom-color: #3a3a3a;
}

/* تصویر داخل مودال */
.introjs-tooltiptext img{
    width: 150px;
}
